home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / readline / examples / configur.bat next >
Encoding:
DOS Batch File  |  1994-07-25  |  227 b   |  13 lines

  1. @echo off
  2. if "%1" == "h8/300" goto h8300
  3.  
  4. echo Configuring readline/examples for go32
  5. update Makefile.dos Makefile
  6. goto exit
  7.  
  8. :h8300
  9. echo Configuring readline/examples for H8/300
  10. update Makefile.dos Makefile
  11.  
  12. :exit
  13.